Pick up missing commit to add centisecs.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Jul 2003 19:57:11 +0000 (19:57 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Jul 2003 19:57:11 +0000 (19:57 +0000)
gpsbabel/defs.h

index 5d4e3790dd86d3ba38c322a302c73a7b47ad7741..22c9552efab3c00dd7b77d64eb566c098bda7777 100644 (file)
@@ -158,6 +158,7 @@ typedef struct {
        int icon_descr_is_dynamic;
        const char *icon_descr;
        time_t creation_time;
+       int centiseconds;       /* Optional hundredths of a second. */
        geocache_data gc_data;
        xml_tag *gpx_extras;
        void *extra_data;       /* Extra data added by, say, a filter. */